home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / StarBurn 10.5 / StarBurnSetup.exe / {app} / Wizards / styles / zune.msstyles / TEXTFILE / EXTRALARGEDEFAULT_INI (.txt) next >
Null Bytes Alternating  |  2007-03-22  |  131KB  |  2,337 lines

  1. ;------------------------------------------
  2. ; file: default\default.ini
  3. ;------------------------------------------
  4.  
  5.  
  6. ;--------- Globals -------------------------
  7. [globals]
  8. ;Sets the font used overall in the theme (unless defined otherwise in a specific control)
  9.  
  10. ; global edge colors (redefined in various parts) 
  11. EdgeLightColor      = 226 226 226
  12. EdgeHighLightColor  = 240 240 240
  13. EdgeShadowColor     = 214 214 214
  14. EdgeDkShadowColor   = 180 180 180 
  15. EdgeFillColor       = 244 244 244
  16.  
  17. ;--------- system metrics -------------------------------
  18. [SysMetrics]
  19. ;The system metric colors also effect non-themed controls.
  20.  
  21. ScrollbarWidth = 21
  22. ScrollbarHeight = 21
  23.  
  24. Window = 255 255 255
  25. MenuBar = 220 220 220
  26. Menu = 255 255 255
  27. Background = 26 26 26
  28. Btnface = 226 226 226
  29. Highlight = 190 190 190
  30.  
  31. ActiveCaption = 52 52 52
  32. CaptionText = 255 255 255
  33. InactiveCaption = 116 116 116
  34. InactiveCaptionText = 244 244 244
  35. GradientActiveCaption = 116 116 116
  36. GradientInactiveCaption = 200 200 200
  37. HighlightText = 0 0 0
  38. MenuHilight = 190 190 190
  39. BtnShadow = 180 180 180
  40. GrayText = 100 100 100
  41. BtnHighlight = 255 255 255
  42. DkShadow3d = 135 135 135
  43. Light3d = 226 226 226
  44.  
  45. ;---- don't remove these fonts (must specify to be localizable) ----
  46. CaptionFont = Trebuchet MS, 15, bold
  47. CaptionBarHeight = 35
  48. SmallCaptionFont = Tahoma, 10, bold
  49. SMCaptionBarHeight = 21
  50. SMCaptionBarWidth = 21
  51. MenuFont = Tahoma, 12
  52. StatusFont = Tahoma, 10
  53. MsgBoxFont = Microsoft Sans Serif, 12
  54. IconTitleFont = Tahoma, 12
  55.  
  56.  
  57. ;The FlatMenus option allows the author to turn of the 3d border on menus
  58. FlatMenus = true
  59.  
  60. ;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
  61. CssName = cpwebvw.css
  62.  
  63. ;This may allow authors to specify a theme matching XML file.
  64. XmlName = default.xml
  65.  
  66. ; this theme designed for 15-bit color and higher
  67. MinColorDepth = 15
  68.  
  69. ;---------- buttons ---------------------------------
  70. ;Overall button class
  71. [button]
  72.  
  73. ;Normal button
  74. [button.pushbutton]
  75. bgtype = imagefile
  76. SizingMargins = 8, 8, 9, 9
  77. sizingType = Stretch
  78. ContentMargins = 3, 3, 3, 3 
  79. ImageFile = default\button.bmp
  80. imageCount = 5
  81. ImageLayout = vertical
  82. TextColor = 0 0 0
  83. FillColorHint = 243 243 239; Average fill color (light beige)
  84. BorderColorHint = 0 60 116; Edge color (dark blue grey)
  85. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  86. MinSize= 10, 5
  87.  
  88. ;Makes text for button grey for the disabled state
  89. [button.pushbutton(disabled)]
  90. TextColor = 161 161 146
  91.  
  92. ;Color hint for default state
  93. [button.pushbutton(defaulted)]
  94. AccentColorHint = 157 187 235; Default state hilite color (blue)
  95.  
  96. ;Checkboxes
  97. [button.checkbox]
  98. bgtype = imagefile
  99. imagelayout=vertical
  100. sizingType = TrueSize
  101. SizingMargins = 0, 0, 0, 0
  102. ContentMargins = 0, 0, 0, 0
  103. imageCount = 12
  104. MirrorImage = false
  105. FillColorHint = 33 161 33; Checkmark color (green)
  106. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  107. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  108.  
  109. ;----- Multiple control sizes for different video adapter resolution settings ----
  110. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  111. TrueSizeScalingType = Dpi
  112. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  113. UniformSizing   = true  ; if you must stretch, do width & height equally
  114. ImageFile1=default\CheckBox13.bmp
  115. ImageFile2=default\CheckBox16.bmp
  116. ImageFile3=default\CheckBox25.bmp
  117. MinDpi1=96
  118. MinDpi2=118
  119. MinDpi3=185 
  120.  
  121. ;Checkboxes can be disabled in various states, so each of the following entries sets the text
  122. ;to grey for the corresponding states.
  123. [button.checkbox(checkeddisabled)]
  124. TextColor = 161 161 146
  125.  
  126. [button.checkbox(uncheckeddisabled)]
  127. TextColor = 161 161 146
  128.  
  129. [button.checkbox(mixeddisabled)]
  130. TextColor = 161 161 146
  131.  
  132. ;Radio buttons
  133. [button.radiobutton]
  134. bgtype = imagefile
  135. imagelayout=vertical
  136. transparent=true
  137. sizingType = TrueSize
  138. SizingMargins = 0, 0, 0, 0
  139. ContentMargins = 0, 0, 0, 0
  140. imageCount = 8
  141. FillColorHint = 33 161 33; Selection dot color (green)
  142. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  143. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  144.  
  145. ;----- Multiple control sizes for different video adapter resolution settings ----
  146. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  147. TrueSizeScalingType = Dpi
  148. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  149. UniformSizing   = true  ; if you must stretch, do width & height equally
  150. ImageFile1=default\RadioButton13.bmp
  151. ImageFile2=default\RadioButton16.bmp
  152. ImageFile3=default\RadioButton25.bmp
  153. MinDpi1=96
  154. MinDpi2=118
  155. MinDpi3=185
  156.  
  157. ;Radio buttons can be disabled in various states, so each of the following entries sets the text
  158. ;to grey for the corresponding states.
  159. [button.radiobutton(checkeddisabled)]
  160. TextColor = 161 161 146
  161.  
  162. [button.radiobutton(uncheckeddisabled)]
  163. TextColor = 161 161 146
  164.  
  165. ;The line enclosing a group of controls
  166. [button.groupbox]
  167. TextColor = 0 70 213
  168. bgtype = imagefile
  169. SizingMargins = 4, 4, 4, 4
  170. sizingType = Tile
  171. ImageFile = default\GroupBox.bmp
  172. ;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
  173. ;draw on top of the controls it surrounds)
  174. borderOnly = true
  175. transparent = true
  176. BorderColorHint = 208 208 191; Dark beige edge color
  177. NormalSize = 9999, 9999   ; never source size a groupbox (from IE)
  178.  
  179.  
  180. ;----------- combobox --------------------------------
  181. ;Dropdown controls
  182. [Combobox]
  183. ; Globals for the entire control
  184. BgType  = BorderFill
  185. BorderSize  = 1
  186. FillColor   = 255 255 255 
  187. BorderColor = 150 150 150
  188.  
  189. [Combobox(Hot)]
  190. ; Globals when the mouse is over the control
  191. BorderColor = 150 150 150
  192.  
  193.  
  194. [Combobox(Disabled)]
  195. ; Globals when the control is disabled
  196. BorderColor = 201 199 186
  197. FillColor   = 245 244 234
  198.  
  199. ;The down pointing triangle button
  200. [Combobox.DropDownButton]
  201. BgType  = imagefile
  202. imagelayout = vertical
  203. SizingType  = Stretch
  204. ImageFile = default\ComboButton.bmp
  205. SizingMargins = 3, 3, 3, 3
  206. ContentMargins = 0, 0, 0, 0
  207. ImageCount  = 4
  208. GlyphType   = ImageGlyph
  209. GlyphImageFile = default\ComboButtonGlyph.bmp
  210. GlyphTransparent= true
  211. FillColorHint = 200 214 251; Average fill color (light blue)
  212. BorderColorHint = 255 255 255; Edge color (white)
  213.  
  214. ;----------- edit --------------------------------
  215. [edit]
  216. BgType  = BorderFill
  217. BorderSize  = 1
  218. FillColor   = 255 255 255 
  219. BorderColor = 150 150 150
  220.  
  221. [edit.edittext(Disabled)]
  222. FillColor   = 235 235 228
  223. TextColor   = 161 161 146
  224.  
  225. [edit.edittext(ReadOnly)]
  226. FillColor   = 235 235 228
  227. TextColor   = 0 0 0
  228.  
  229.  
  230. ;----------- listbox --------------------------------
  231. [Listbox]
  232. BgType  = BorderFill
  233. BorderSize  = 1
  234. FillColor   = 255 255 255 
  235. BorderColor = 150 150 150
  236.  
  237.  
  238. ;--------- Scrollbar -------------------------
  239. [ScrollBar]
  240.  
  241. ;The buttons, both horizontal and vertical in one strip
  242. ; Scrollbar Arrow Buttons
  243. [ScrollBar.ArrowBtn]
  244. BgType  = ImageFile
  245. SizingMargins = 5, 5, 5, 5
  246. ContentMargins = 0, 0, 3, 3
  247. SizingType = Stretch
  248. ImageFile = default\ScrollArrows.bmp
  249. ImageCount = 16
  250. ImageLayout = Vertical
  251. GlyphType   = ImageGlyph
  252. GlyphTransparent= True
  253. FillColorHint = 200 214 251; Average fill color (light blue)
  254. BorderColorHint = 255 255 255; Edge color (white)
  255.  
  256.  
  257. ;----- the two sizes of scrollbar arrow glyphs ----
  258. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  259. TrueSizeScalingType = size
  260. SourceShrink = True
  261. TrueSizeStretchMark = 150; start stretching when target exceeds source size by 150%
  262. UniformSizing   = true; if you must stretch, do width & height equally
  263. ImageFile1  = default\ScrollArrowGlyphsSmall.bmp
  264. ImageFile2  = default\ScrollArrowGlyphs.bmp
  265. MinSize1  = 7, 7
  266. MinSize2  = 9, 9 
  267. NormalSize = 7, 10
  268.  
  269. ; Scrollbar Thumb (horizontal)
  270. [Scrollbar.ThumbBtnHorz]
  271. BgType  = ImageFile
  272. SizingMargins = 5, 5, 5, 5
  273. ContentMargins = 4, 4, 0, 0
  274. ImageFile = default\ScrollThumbHorizontal.bmp
  275. ImageCount  = 4
  276. ImageLayout = Vertical
  277. FillColorHint = 198 213 253; Average fill color (light blue)
  278. BorderColorHint = 255 255 255; Edge color (white)
  279.  
  280.  
  281. ;A visual element in the middle of the scrollbar thumb
  282. [Scrollbar.GripperHorz]
  283. BgType  = ImageFile
  284. SizingType  = TrueSize
  285. ImageFile = default\ScrollThumbGripperHorizontal.BMP
  286. imagelayout = vertical
  287. Transparent = True
  288. ImageCount  = 4
  289.  
  290. ; Scrollbar Thumb (vertical)
  291. [Scrollbar.ThumbBtnVert]
  292. BgType  = ImageFile
  293. SizingMargins = 5, 5, 5, 5
  294. ContentMargins = 0, 0, 4, 4
  295. ImageFile = default\ScrollThumbVertical.bmp
  296. ImageCount  = 4
  297. ImageLayout = vertical
  298. FillColorHint = 198 213 253; Average fill color (light blue)
  299. BorderColorHint = 255 255 255; Edge color (white)
  300.  
  301. ;A visual element in the middle of the scrollbar thumb
  302. [Scrollbar.GripperVert]
  303. BgType  = ImageFile
  304. SizingType  = TrueSize
  305. ImageFile = default\ScrollThumbGripperVertical.BMP
  306. ImageCount  = 4
  307. Transparent = True
  308. ImageLayout = Vertical
  309.  
  310.  
  311. ; Scrollbar Tracks (horizontal)
  312. [Scrollbar.LowerTrackHorz]
  313. BgType  = imagefile
  314. ImageFile = default\ScrollShaftHorizontal.bmp
  315. SizingMargins = 0, 0, 1, 1
  316. ImageCount = 4
  317. ImageLayout = Vertical
  318. FillColorHint = 198 213 253; Average fill color (light blue)
  319.  
  320.  
  321. [Scrollbar.UpperTrackHorz]
  322. BgType  = imagefile
  323. ImageFile = default\ScrollShaftHorizontal.bmp
  324. SizingMargins = 0, 0, 1, 1
  325. ImageCount = 4
  326. ImageLayout = Vertical
  327. FillColorHint = 198 213 253; Average fill color (light blue)
  328.  
  329. ; Scrollbar Tracks (vertical)
  330. [Scrollbar.LowerTrackVert]
  331. BgType  = imagefile
  332. ImageFile = default\ScrollShaftVertical.bmp
  333. SizingMargins = 1, 1, 0, 0
  334. ImageCount = 4
  335. ImageLayout = Vertical
  336. FillColorHint = 198 213 253; Average fill color (light blue)
  337.  
  338. [Scrollbar.UpperTrackVert]
  339. BgType  = imagefile
  340. ImageFile = default\ScrollShaftVertical.bmp
  341. SizingMargins = 1, 1, 0, 0
  342. ImageCount = 4
  343. ImageLayout = Vertical
  344. FillColorHint = 198 213 253; Average fill color (light blue)
  345.  
  346. [ScrollBar.SizeBox]
  347. ImageFile = default\ResizeGrip2.bmp
  348. bgtype = imagefile
  349. imageCount = 2
  350. sizingType = trueSize
  351. Transparent = True
  352. TransparentColor = 255 0 0
  353. FillColorHint = 184 180 163; Gripper dot color (dark beige)
  354. VAlign = Bottom
  355.  
  356. ;----------- spin --------------------------------
  357. ;Spin buttons for incrementing values in a field
  358. [spin]
  359. bgtype = imagefile
  360. sizingType = tile
  361. ImageFile = default\FieldOutlineBlue.bmp
  362. SizingMargins = 2, 2, 2, 2
  363. imageCount = 1
  364.  
  365. [Spin.Up]
  366. bgtype = imagefile
  367. sizingType = stretch
  368. ImageFile = default\SpinButtonBackgroundUp.bmp
  369. SizingMargins = 4, 4, 4, 4
  370. ContentMargins = 0, 0, 0, 0
  371. imageCount = 4
  372. ImageLayout = Vertical
  373. GlyphType   = ImageGlyph
  374. GlyphImageFile = default\SpinUpGlyph.bmp
  375. GlyphTransparent= True
  376. FillColorHint = 200 214 251; Average fill color (light blue)
  377. BorderColorHint = 255 255 255; Edge color (white)
  378.  
  379. [Spin.Down]
  380. bgtype = imagefile
  381. sizingType = tile
  382. ImageFile = default\SpinButtonBackgroundDown.bmp
  383. SizingMargins = 4, 4, 4, 4
  384. ContentMargins = 0, 0, 0, 0
  385. imageCount = 4
  386. ImageLayout = Vertical
  387. GlyphType   = ImageGlyph
  388. GlyphImageFile = default\SpinDownGlyph.bmp
  389. GlyphTransparent= True
  390. FillColorHint = 200 214 251; Average fill color (light blue)
  391. BorderColorHint = 255 255 255; Edge color (white)
  392.  
  393. [Spin.Uphorz]
  394. bgtype = imagefile
  395. sizingType = stretch
  396. ImageFile = default\SpinButtonBackgroundRight.bmp
  397. SizingMargins = 4, 4, 4, 4
  398. ContentMargins = 0, 0, 0, 0
  399. imageCount = 4
  400. ImageLayout = Vertical
  401. GlyphType   = ImageGlyph
  402. GlyphImageFile = default\SpinRightGlyph.bmp
  403. GlyphTransparent = True
  404. FillColorHint = 200 214 251; Average fill color (light blue)
  405. BorderColorHint = 255 255 255; Edge color (white)
  406.  
  407. [Spin.Downhorz]
  408. bgtype = imagefile
  409. sizingType = Stretch
  410. ImageFile = default\SpinButtonBackgroundLeft.bmp
  411. SizingMargins = 4, 4, 4, 4
  412. ContentMargins = 0, 0, 0, 0
  413. imageCount = 4
  414. ImageLayout = Vertical
  415. GlyphType   = ImageGlyph
  416. GlyphImageFile = default\SpinLeftGlyph.bmp
  417. GlyphTransparent = True
  418. FillColorHint = 200 214 251; Average fill color (light blue)
  419. BorderColorHint = 255 255 255; Edge color (white)
  420.  
  421. ;----------- rebar --------------------------------
  422. ;Rebar is a container for toolbars
  423.  
  424. [Rebar]
  425. bgtype =imagefile
  426. sizingtype=stretch
  427. ImageFile = default\ToolbarBackground.bmp
  428. sizingmargins= 0, 0, 0, 4
  429. Font                = Tahoma, 12
  430. TextColor           = 150 150 150
  431. FillColorHint = 241 243 239; Background color of toolbars (light beige)
  432.  
  433. [Rebar.Band]
  434. bgtype = none
  435. ContentMargins    = 2, 0, 0, 0
  436. EdgeShadowColor = 180 180 180
  437.  
  438. [Rebar.Gripper]
  439. bgtype = imagefile
  440. SizingMargins   = 2, 1, 4, 2 
  441. ContentMargins    = 2, 1, 0, 0
  442. ImageFile = default\ToolbarGripper.bmp
  443. sizingType     = Tile
  444. Transparent     = true
  445. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  446.  
  447. [Rebar.GripperVert]
  448. bgtype = imagefile
  449. SizingMargins = 3, 3, 2, 1
  450. ContentMargins    = 1, 2, 0, 0
  451. ImageFile = default\ToolbarGripperVert.bmp
  452. sizingType = Tile
  453. Transparent = true
  454. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  455.  
  456. [Rebar.Chevron]
  457. SizingMargins = 4, 4, 4, 4
  458. ContentMargins = 0, 0, 0, 0
  459. ImageFile = default\ToolbarButtons.bmp
  460. bgtype = imagefile
  461. imagelayout = vertical
  462. imageCount= 6
  463. sizingType= Stretch
  464. Transparent = true
  465. GlyphType   = ImageGlyph
  466. GlyphImageFile = default\Chevron.bmp
  467. GlyphTransparent= true
  468. VAlign = Top
  469. FillColorHint = 0 0 0; Glyph color (black)
  470.  
  471. [Rebar.ChevronVert]
  472. SizingMargins = 4, 4, 4, 4
  473. ContentMargins = 0, 0, 0, 0
  474. ImageFile = default\ToolbarButtons.bmp
  475. bgtype = imagefile
  476. imagelayout = vertical
  477. imageCount= 6
  478. sizingType= Stretch
  479. Transparent = true
  480. GlyphType   = ImageGlyph
  481. GlyphImageFile = default\Chevron.bmp
  482. GlyphTransparent= true
  483. VAlign = Top
  484. FillColorHint = 0 0 0; Glyph color (black)
  485.  
  486. ;----------- toolbar--------------------------------
  487. ;Button bars and menu bars in some applicatons
  488.  
  489. [Toolbar]
  490. BgType  = Borderfill
  491. Bordersize  = 0
  492. FillColor   = 236 233 216
  493. TextColor   = 0 0 0
  494.  
  495. [Toolbar(Pressed)]
  496. TextColor= 255 255 255
  497.  
  498. [Toolbar.Button]
  499. SizingMargins = 4, 4, 4, 4
  500. ContentMargins = 0, 0, 0, 0
  501. ImageFile = default\ToolbarButtons.bmp
  502. bgtype = imagefile
  503. imagelayout = vertical
  504. imageCount = 6
  505. sizingType = Stretch
  506. Transparent = true
  507. TransparentColor = 255 0 255
  508. FillColorHint = 241 243 239; Average fill color (light beige)
  509. BorderColorHint = 206 206 195; Edge color (dark beige)
  510.  
  511. [Toolbar.Separator]
  512. SizingMargins = 5, 2, 2, 1
  513. ImageFile = default\Separator.bmp
  514. bgtype = imagefile
  515. imageCount = 1
  516. sizingType = tile
  517. Transparent = true
  518. TransparentColor = 255 0 0
  519. FillColorHint = 202 198 175; Darker separator color (medium beige)
  520.  
  521. [Toolbar.SeparatorVert]
  522. SizingMargins = 2, 1, 5, 1
  523. ImageFile = default\SeparatorVert.bmp
  524. bgtype = imagefile
  525. imageCount = 1
  526. sizingType = tile
  527. Transparent = true
  528. TransparentColor = 255 0 0
  529. FillColorHint = 202 198 175; Darker separator color (medium beige)
  530.  
  531.  
  532. [Toolbar.DropdownButton]
  533. SizingMargins = 4, 4, 4, 4
  534. ContentMargins = 0, 0, 0, 0
  535. ImageFile = default\ToolbarButtons.bmp
  536. bgtype = imagefile
  537. imagelayout = vertical
  538. imageCount = 6
  539. sizingType = Stretch
  540. Transparent = true
  541. TransparentColor = 255 0 255
  542. FillColorHint = 241 243 239; Average fill color (light beige)
  543. BorderColorHint = 206 206 195; Edge color (dark beige)
  544.  
  545. [Toolbar.SplitButton]
  546. SizingMargins = 4, 2, 4, 4
  547. ImageFile = default\ToolbarButtonsSplit.bmp
  548. bgtype = imagefile
  549. imagelayout = vertical
  550. imageCount = 6
  551. sizingType = Stretch
  552. Transparent = true
  553. TransparentColor = 255 0 255
  554. FillColorHint = 241 243 239; Average fill color (light beige)
  555. BorderColorHint = 206 206 195; Edge color (dark beige)
  556.  
  557. [Toolbar.SplitButtonDropdown]
  558. SizingMargins = 2, 4, 4, 4
  559. ImageFile = default\ToolbarButtonsSplitDropdown.bmp
  560. bgtype = imagefile
  561. imagelayout = vertical
  562. imageCount = 6
  563. sizingType = Stretch
  564. Transparent = true
  565. TransparentColor = 255 0 255
  566. GlyphType   = ImageGlyph
  567. GlyphImageFile = default\ToolbarButtonsSplitDropdownGlyph.bmp
  568. GlyphTransparent= true
  569. FillColorHint = 241 243 239; Average fill color (light beige)
  570. BorderColorHint = 206 206 195; Edge color (dark beige)
  571.  
  572.  
  573. ;----------- status--------------------------------
  574. ;The area at the bottom of a window containing miscellaneous status info
  575. ;The first is the container for the status sections
  576. [Status]
  577. SizingMargins = 50, 17, 5, 9
  578. ImageFile = default\StatusBackground.bmp
  579. bgtype = imagefile
  580. imageCount = 1
  581. sizingType = Tile
  582. FillColorHint = 236 233 216; Average fill color (beige)
  583.  
  584. ;The individual status item backgrounds
  585. [Status.Pane]
  586. SizingMargins = 0, 2, 2, 2
  587. ImageFile = default\StatusPane.bmp
  588. bgtype = imagefile
  589. imageCount = 1
  590. sizingType = Tile
  591. Transparent = True
  592. TransparentColor = 255 0 0 
  593.  
  594. ;The individual status item backgrounds
  595. [Status.GripperPane]
  596. bgtype = none
  597.  
  598. ;The resize corner
  599. [Status.Gripper]
  600. ContentMargins=0,0,0,0
  601. ImageFile = default\ResizeGrip2.bmp
  602. bgtype = imagefile
  603. imageCount = 2
  604. sizingType = trueSize
  605. Transparent = True
  606. TransparentColor = 255 0 0 
  607. FillColorHint = 184 180 163; Resize gripper dots (dark beige)
  608. VAlign = Bottom
  609.  
  610.  
  611. ;----------- list view --------------------------------
  612. ;Icon, list, details, etc.
  613.  
  614. [ListView]
  615. BgType  = BorderFill
  616. BorderSize  = 1
  617. FillColor   = 255 255 255 
  618. BorderColor = 150 150 150
  619.  
  620.  
  621. ;----------- Tree view --------------------------------
  622.  
  623. [TreeView]
  624. BgType  = BorderFill
  625. BorderSize  = 1
  626. FillColor   = 255 255 255 
  627. BorderColor = 150 150 150
  628.  
  629. [TreeView.Glyph]
  630. bgtype = imagefile
  631. SizingType = TrueSize
  632. imagecount = 2
  633. imageLayout=vertical
  634. ;----- Multiple control sizes for different video adapter resolution settings ----
  635. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  636. TrueSizeScalingType = Dpi
  637. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  638. UniformSizing   = true  ; if you must stretch, do width & height equally
  639. ImageFile1=default\treeExpandCollapse.bmp
  640. ImageFile2=default\treeExpandCollapse10.bmp
  641. ImageFile3=default\treeExpandCollapse15.bmp
  642. MinDpi1=96
  643. MinDpi2=133
  644. MinDpi3=150 
  645.  
  646.  
  647. ;----------- header --------------------------------
  648. ;The area at the top of a list, with clickable headers for sort order
  649.  
  650. [Header]
  651. bgtype = imagefile
  652. SizingMargins = 0, 0, 0, 3
  653. ImageFile = default\ListviewHeaderBackground.bmp
  654. sizingType = tile
  655.  
  656. [Header.HeaderItem]
  657. bgtype = imagefile
  658. SizingMargins = 8, 8, 3, 4
  659. ContentMargins = 3, 0, 0, 2
  660. ImageFile = default\ListViewHeader.bmp
  661. imageCount=5
  662. imageLayout=vertical
  663. sizingType = tile
  664. transparent=true
  665. transparentcolor=255 0 0
  666. FillColorHint = 250 248 243; Average fill color (light beige)
  667. AccentColorHint = 252 194 71; Rollover hilite color (orange)
  668.  
  669.  
  670. ;----------- progress --------------------------------
  671. ;Progress bars
  672.  
  673. [Progress]
  674. ProgressChunkSize=6
  675. ProgressSpaceSize=2
  676. bgType = borderFill
  677. fillType = Solid
  678. fillColor = 46 211 49
  679. bordersize = 1
  680. borderColor = 235 235 228
  681.  
  682. [Progress.Bar]
  683. bgtype = imagefile
  684. ImageFile = default\ProgressTrack.bmp
  685. MinSize=10,10
  686. sizingMargins = 4, 4, 3, 3
  687. SizingType = tile
  688. FillColorHint = 255 255 255; Background color (white)
  689. BorderColorHint = 104 104 104; Edge color (dark grey)
  690. NormalSize = 100, 18
  691. SourceShrink = true
  692.  
  693. [Progress.Chunk]
  694. bgtype = imagefile
  695. ImageFile = default\ProgressChunk.bmp
  696. sizingMargins = 0, 0, 6, 5
  697. SizingType = tile
  698. FillColorHint = 46 211 49; Progress indicator color (green)
  699.  
  700. [Progress.BarVert]
  701. bgtype = imagefile
  702. ImageFile = default\ProgressTrackVert.bmp
  703. sizingMargins = 3, 3, 4, 4
  704. SizingType = tile
  705. FillColorHint = 255 255 255; Background color (white)
  706. BorderColorHint = 104 104 104; Edge color (dark grey)
  707.  
  708. [Progress.ChunkVert]
  709. bgtype = imagefile
  710. ImageFile = default\ProgressChunkVert.bmp
  711. sizingMargins = 6, 5, 0, 0
  712. SizingType = tile
  713. FillColorHint = 46 211 49; Progress indicator color (green)
  714.  
  715.  
  716. ;----------- tab --------------------------------
  717. [Tab]
  718. bgType = borderFill
  719. fillType = Solid
  720. fillColor = 236 233 216
  721. bordersize = 0
  722.  
  723. ;The whole content area of a tab page
  724. [Tab.Pane]
  725. bgtype = imagefile
  726. ImageFile = default\TabPaneEdge.bmp
  727. sizingMargins = 2, 4, 2, 4
  728. SizingType = stretch
  729. imagecount = 1
  730. FillColorHint = 251 251 253; Light tab background color (very light beige)
  731. BorderColorHint = 150 150 150; Edge color (dark grey)
  732.  
  733. [Tab.TabItem]
  734. SizingMargins = 6, 6, 6, 6
  735. ContentMargins = 0, 0, 0, 0
  736. bgtype=imagefile
  737. ImageFile = default\tabItem.bmp
  738. imagecount=5
  739. imagelayout=vertical
  740. FillColorHint = 248 248 246; Tab average color (light beige)
  741. BorderColorHint = 145 167 180; Edge color (blue grey)
  742. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  743.  
  744.  
  745. [Tab.TabItemLeftEdge]
  746. SizingMargins = 6, 6, 6, 6
  747. ContentMargins = 0, 0, 0, 0
  748. bgtype=imagefile
  749. ImageFile = default\tabItemLeft.bmp
  750. imagecount=5
  751. imagelayout=vertical
  752. FillColorHint = 248 248 246; Tab average color (light beige)
  753. BorderColorHint = 145 167 180; Edge color (blue grey)
  754. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  755.  
  756.  
  757. [Tab.TabItemRightEdge]
  758. SizingMargins = 6, 6, 6, 6
  759. ContentMargins = 0, 0, 0, 0
  760. bgtype=imagefile
  761. ImageFile = default\tabItemRight.bmp
  762. imagecount=5
  763. imagelayout=vertical
  764. FillColorHint = 248 248 246; Tab average color (light beige)
  765. BorderColorHint = 145 167 180; Edge color (blue grey)
  766. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  767.  
  768.  
  769. [Tab.TabItemBothEdge]
  770. SizingMargins = 6, 6, 6, 6
  771. ContentMargins = 0, 0, 0, 0
  772. bgtype=imagefile
  773. ImageFile = default\tabItemBoth.bmp
  774. imagecount=5
  775. imagelayout=vertical
  776. FillColorHint = 248 248 246; Tab average color (light beige)
  777. BorderColorHint = 145 167 180; Edge color (blue grey)
  778. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  779.  
  780.  
  781. [Tab.TopTabItem]
  782. SizingMargins = 6, 6, 6, 6
  783. ContentMargins = 0, 0, 0, 0
  784. bgtype=imagefile
  785. ImageFile = default\tabItemTop.bmp
  786. imagecount=5
  787. imagelayout=vertical
  788. FillColorHint = 248 248 246; Tab average color (light beige)
  789. BorderColorHint = 145 167 180; Edge color (blue grey)
  790. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  791.  
  792.  
  793. [Tab.TopTabItemLeftEdge]
  794. SizingMargins = 6, 6, 6, 6
  795. ContentMargins = 0, 0, 0, 0
  796. bgtype=imagefile
  797. ImageFile = default\tabItemTopLeft.bmp
  798. imagecount=5
  799. imagelayout=vertical
  800. FillColorHint = 248 248 246; Tab average color (light beige)
  801. BorderColorHint = 145 167 180; Edge color (blue grey)
  802. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  803.  
  804.  
  805. [Tab.TopTabItemRightEdge]
  806. SizingMargins = 6, 6, 6, 6
  807. ContentMargins = 0, 0, 0, 0
  808. bgtype=imagefile
  809. ImageFile = default\tabItemTopRight.bmp
  810. imagecount=5
  811. imagelayout=vertical
  812. FillColorHint = 248 248 246; Tab average color (light beige)
  813. BorderColorHint = 145 167 180; Edge color (blue grey)
  814. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  815.  
  816.  
  817. [Tab.TopTabItemBothEdge]
  818. SizingMargins = 6, 6, 6, 6
  819. ContentMargins = 0, 0, 0, 0
  820. bgtype=imagefile
  821. ImageFile = default\tabItemTopBoth.bmp
  822. imagecount=5
  823. imagelayout=vertical
  824. FillColorHint = 248 248 246; Tab average color (light beige)
  825. BorderColorHint = 145 167 180; Edge color (blue grey)
  826. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  827.  
  828.  
  829. [Tab.Body]
  830. bgtype = imagefile
  831. stockImageFile = default\TabBackground.bmp
  832. FillColorHint = 251 251 253; Light tab background color (very light beige)
  833.  
  834. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  835. TrueSizeScalingType = Dpi
  836. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  837. ImageFile1=default\TabBackground.bmp
  838. ImageFile2=default\TabBackground133.bmp
  839. MinDpi1=96
  840. MinDpi2=164
  841.  
  842. ;----------- trackbar --------------------------------
  843. ;Volume sliders, etc.
  844. [TrackBar]
  845. bgType = borderFill
  846. fillType = Solid
  847. fillColor = 235 235 228
  848. bordersize = 1
  849. borderColor = 235 235 228
  850.  
  851. ;The movable part of a horizontal slider (TBS_BOTH style)
  852. [TrackBar.Thumb]
  853. bgtype=imagefile
  854. ImageFile = default\TrackbarHorizontal.bmp
  855. imagecount=5
  856. imagelayout = vertical
  857. SizingMargins = 3, 4, 3, 4
  858. sizingtype = tile
  859. FillColorHint = 243 243 239; Average background color (light beige)
  860. BorderColorHint = 181 196 205; Edge color (blue grey)
  861. AccentColorHint = 71 196 70; Rollover color (green)
  862.  
  863. ;The movable part of a horizontal slider (TBS_TOP style)
  864. [TrackBar.ThumbTop]
  865. bgtype=imagefile
  866. imagecount=5
  867. imagelayout = vertical
  868. transparent=true
  869. sizingtype = truesize
  870. transparentcolor= 242 241 231
  871. FillColorHint = 243 243 239; Average background color (light beige)
  872. BorderColorHint = 181 196 205; Edge color (blue grey)
  873. AccentColorHint = 71 196 70; Rollover color (green)
  874.  
  875.  
  876. ;----- the three sizes ----
  877. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  878. TrueSizeScalingType = Dpi
  879. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  880. UniformSizing   = true  ; if you must stretch, do width & height equally
  881. ImageFile1=default\TrackBarUp13.bmp
  882. ImageFile2=default\TrackBarUp16.bmp
  883. ImageFile3=default\TrackBarUp25.bmp
  884. MinDpi1=96
  885. MinDpi2=118
  886. MinDpi3=185
  887.  
  888.  
  889. ;The movable part of a horizontal slider (TBS_BOTTOM style)
  890. [TrackBar.ThumbBottom]
  891. bgtype=imagefile
  892. imagecount=5
  893. transparent=true
  894. SizingMargins = 3, 6, 6, 10
  895. sizingtype = truesize
  896. transparentcolor= 242 241 231
  897. ImageLayout = vertical
  898. FillColorHint = 243 243 239; Average background color (light beige)
  899. BorderColorHint = 181 196 205; Edge color (blue grey)
  900. AccentColorHint = 71 196 70; Rollover color (green)
  901.  
  902.  
  903. ;----- the three sizes ----
  904. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  905. TrueSizeScalingType = Dpi
  906. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  907. UniformSizing   = true  ; if you must stretch, do width & height equally
  908. ImageFile1=default\TrackBarDown13.bmp
  909. ImageFile2=default\TrackBarDown16.bmp
  910. ImageFile3=default\TrackBarDown25.bmp
  911. MinDpi1=96
  912. MinDpi2=118
  913. MinDpi3=185
  914.  
  915. ;The movable part of a vertical slider (TBS_BOTH style)
  916. [TrackBar.ThumbVert]
  917. bgtype=imagefile
  918. ImageFile = default\TrackbarVertical.bmp
  919. SizingMargins = 3, 4, 3, 4
  920. sizingtype = tile
  921. imagecount=5
  922. ImageLayout = vertical
  923. FillColorHint = 243 243 239; Average background color (light beige)
  924. BorderColorHint = 181 196 205; Edge color (blue grey)
  925. AccentColorHint = 71 196 70; Rollover color (green)
  926.  
  927.  
  928. ;The movable part of a vertical slider (TBS_LEFT style)
  929. [TrackBar.ThumbLeft]
  930. bgtype=imagefile
  931. sizingtype = truesize
  932. imagecount=5
  933. transparent=true
  934. transparentcolor= 242 241 231
  935. ImageLayout = vertical
  936. FillColorHint = 243 243 239; Average background color (light beige)
  937. BorderColorHint = 181 196 205; Edge color (blue grey)
  938. AccentColorHint = 71 196 70; Rollover color (green)
  939.  
  940. ;----- the three sizes ----
  941. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  942. TrueSizeScalingType = Dpi
  943. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  944. UniformSizing   = true  ; if you must stretch, do width & height equally
  945. ImageFile1=default\TrackBarLeft13.bmp
  946. ImageFile2=default\TrackBarLeft16.bmp
  947. ImageFile3=default\TrackBarLeft25.bmp
  948. MinDpi1=96
  949. MinDpi2=118
  950. MinDpi3=185
  951.  
  952. ;The movable part of a vertical slider (TBS_RIGHT style)
  953. [TrackBar.ThumbRight]
  954. bgtype=imagefile
  955. ImageFile = default\TrackbarRight13.bmp
  956. sizingtype = truesize
  957. imagecount=5
  958. transparent=true
  959. transparentcolor= 242 241 231
  960. ImageLayout = vertical
  961. FillColorHint = 243 243 239; Average background color (light beige)
  962. BorderColorHint = 181 196 205; Edge color (blue grey)
  963. AccentColorHint = 71 196 70; Rollover color (green)
  964.  
  965.  
  966. ;----- the three sizes ----
  967. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  968. TrueSizeScalingType = Dpi
  969. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  970. UniformSizing   = true  ; if you must stretch, do width & height equally
  971. ImageFile1=default\TrackBarRight13.bmp
  972. ImageFile2=default\TrackBarRight16.bmp
  973. ImageFile3=default\TrackBarRight25.bmp
  974. MinDpi1=96
  975. MinDpi2=118
  976. MinDpi3=185
  977.  
  978. ;The track along which a slidermoves
  979. [TrackBar.Track]
  980. bgtype=imagefile
  981. ImageFile = default\sliderTrack.bmp
  982. imagecount=1
  983. sizingtype = stretch
  984. SizingMargins = 2, 2, 2, 2
  985. FillColorHint = 242 241 233
  986. BorderColorHint = 157 156 153
  987.  
  988. ;The vertical track along which a slider moves
  989. [TrackBar.TrackVert]
  990. bgtype=imagefile
  991. ImageFile = default\sliderTrack.bmp
  992. imagecount=1
  993. sizingtype = stretch
  994. SizingMargins = 2, 2, 2, 2
  995. FillColorHint = 242 241 233; Background color (light beige)
  996. BorderColorHint = 157 156 153; Edge color (dark grey)
  997.  
  998. ;Set the color of the tickmarks drawn for the slider
  999. [TrackBar.Tics]
  1000. color=161 161 146
  1001.  
  1002. ;Set the color of the tickmarks drawn for the vertical slider
  1003. [TrackBar.TicsVert]
  1004. color=161 161 146
  1005.  
  1006.  
  1007.  
  1008.  
  1009. ;----------- tooltip --------------------------------
  1010. ;Set the color or image background for tooltips
  1011. [Tooltip.Close]
  1012. BgType = ImageFile
  1013. ImageFile = default\BalloonClose.bmp
  1014. imagecount=3
  1015. sizingtype = truesize
  1016. Imagelayout = vertical
  1017.  
  1018.  
  1019.  
  1020. ;-------------- Windows ------------------------
  1021. [Window]
  1022. BgType = ImageFile
  1023. Transparent = true
  1024. TextShadowOffset = 1,1
  1025. TextShadowColor = 35 24 20
  1026.  
  1027. [Window.Caption]
  1028. ImageFile = default\FrameCaption.bmp
  1029. SizingMargins = 28, 35, 9, 17
  1030. ContentMargins = 1, 1, 1, 1
  1031. CaptionMargins = 4, 3, 0, 0
  1032. SizingType = stretch
  1033. Imagelayout = vertical
  1034. ImageCount=2
  1035. Transparent = True
  1036. FillColorHint = 0 84 229; Average background color (strong blue)
  1037.  
  1038. [Window.Caption(active)]
  1039. TextShadowType = Single
  1040.  
  1041. [Window.CaptionSizingTemplate]
  1042. ImageFile = default\FrameCaptionSizing.bmp
  1043. SizingMargins = 28, 35, 9, 17
  1044. ContentMargins = 18, 18, 26, 0
  1045. SizingType = tile
  1046. Imagelayout = vertical
  1047. ImageCount=2
  1048. Transparent = True
  1049. TransparentColor = 0 0 0
  1050.  
  1051. [Window.SmallCaption]
  1052. ImageFile = default\SmallFrameCaption.bmp
  1053. SizingMargins = 24, 37, 7, 11
  1054. ContentMargins = 1, 1, 1, 1
  1055. SizingType = tile
  1056. Imagelayout = vertical
  1057. ImageCount=2
  1058. FillColorHint = 0 84 229; Average background color (strong blue)
  1059.  
  1060. [Window.SmallCaptionSizingTemplate]
  1061. ImageFile = default\SmallFrameCaptionSizing.bmp
  1062. SizingMargins = 24, 37, 9, 8
  1063. ContentMargins = 14, 14, 12, 16
  1064. SizingType = tile
  1065. Imagelayout = vertical
  1066. ImageCount=2
  1067. Transparent = True
  1068. TransparentColor = 0 0 0
  1069.  
  1070. ;The representation of a minimized window in and MDI application
  1071. [Window.MinCaption]
  1072. ImageFile = default\FrameCaptionMin.bmp
  1073. ImageCount = 2
  1074. ImageLayout = vertical
  1075. SizingType = stretch
  1076. SizingMargins = 23, 26, 12, 8
  1077. ContentMargins = 3, 3, 0, 3
  1078. CaptionMargins = 4, 3, 0, 0
  1079. FillColorHint = 0 84 229; Average background color (strong blue)
  1080.  
  1081. ;Shows as a strip at the top of a window when an application is maximized, rather than as a frame
  1082. ;surrounding the window
  1083. [Window.MaxCaption]
  1084. ImageFile = default\FrameMaximized.bmp
  1085. SizingMargins = 28, 35, 9, 17
  1086. ContentMargins = 1, 1, 1, 1
  1087. SizingType = stretch
  1088. SizingType = Tile
  1089. Imagelayout = vertical
  1090. ImageCount=2
  1091. CaptionMargins = 4, 3, 4, 2 
  1092. ContentAlignment = left
  1093. FillColorHint = 0 84 229; Average background color (strong blue)
  1094.  
  1095. [Window.MaxCaption(Active)]
  1096. TextShadowType = Single
  1097.  
  1098. [Window.FrameLeft]
  1099. ImageFile = default\frameLeft.bmp
  1100. SizingMargins = 2, 1, 0, 0
  1101. SizingType = stretch
  1102. ImageLayout = vertical
  1103. ImageCount = 2
  1104. Transparent = FALSE
  1105. Borderonly = FALSE
  1106.  
  1107. [Window.FrameRight]
  1108. ImageFile = default\frameRight.bmp
  1109. SizingMargins = 2, 2, 0, 0
  1110. SizingType = stretch
  1111. ImageLayout = vertical
  1112. ImageCount = 2
  1113. Transparent = FALSE
  1114. Borderonly = FALSE
  1115.  
  1116. [Window.FrameBottom]
  1117. ImageFile = default\frameBottom.bmp
  1118. SizingMargins = 5, 5, 2, 2
  1119. SizingType = stretch
  1120. ImageLayout = vertical
  1121. ImageCount = 2
  1122. Transparent = FALSE
  1123. Borderonly = FALSE
  1124.  
  1125. [Window.SmallFrameLeft]
  1126. ImageFile = default\frameLeft.bmp
  1127. SizingMargins = 2, 2, 0, 0
  1128. SizingType = stretch
  1129. ImageLayout = vertical
  1130. ImageCount = 2
  1131. Transparent = FALSE
  1132. Borderonly = FALSE
  1133.  
  1134. [Window.SmallFrameRight]
  1135. ImageFile = default\frameRight.bmp
  1136. SizingMargins = 2, 2, 0, 0
  1137. SizingType = stretch
  1138. ImageLayout = vertical
  1139. ImageCount = 2
  1140. Transparent = FALSE
  1141. Borderonly = FALSE
  1142.  
  1143. [Window.SmallFrameBottom]
  1144. ImageFile = default\frameBottom.bmp
  1145. SizingMargins = 5, 5, 2, 2
  1146. SizingType = stretch
  1147. ImageLayout = vertical
  1148. ImageCount = 2
  1149. Transparent = FALSE
  1150. Borderonly = FALSE
  1151.  
  1152.  
  1153. ;Background for dialog boxes
  1154.  
  1155. [Window.dialog]
  1156. bgType = BorderFill
  1157. FillColor = 236 233 216
  1158. BorderColor = 236 233 216
  1159.  
  1160.  
  1161. ;Close button in Window titlebar
  1162. [Window.CloseButton]
  1163. BgType = ImageFile
  1164. SizingMargins = 5, 5, 5, 5
  1165. ContentMargins = 2, 2, 2, 2
  1166. sizingType = Stretch
  1167. ImageFile = default\CloseButton.bmp
  1168. GlyphType   = ImageGlyph
  1169. GlyphTransparent = True
  1170. ImageCount = 8
  1171. ImageLayout = Vertical
  1172. OffsetType = TopRight
  1173. Offset = -25, 5
  1174. FillColorHint = 228 93 61; Close box average color (brick red)
  1175. BorderColorHint = 255 255 255; Edge color (white)
  1176.  
  1177. ;----- glyphs ----
  1178. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1179. UniformSizing   = true  ; if you must stretch, do width & height equally
  1180. ImageFile1=default\CloseGlyph6.bmp
  1181. ImageFile2=default\CloseGlyph9.bmp
  1182. ImageFile3=default\CloseGlyph.bmp
  1183. ImageFile4=default\CloseGlyph19.bmp
  1184. ImageFile5=default\CloseGlyph23.bmp
  1185. MinDpi1=96
  1186. MinDpi2=126
  1187. MinDpi3=170
  1188.  
  1189.  
  1190. ;Maximize button in window titlebar
  1191. [Window.MaxButton]
  1192. BgType = ImageFile
  1193. SizingMargins = 5, 5, 5, 5
  1194. ContentMargins = 2, 2, 2, 2
  1195. sizingType = Stretch
  1196. ImageFile = default\CaptionButton.bmp
  1197. GlyphType   = ImageGlyph
  1198. GlyphTransparent = True
  1199. ImageCount = 8
  1200. ImageLayout=Vertical
  1201. OffsetType = TopRight
  1202. Offset = -49, 5
  1203. FillColorHint = 74 121 246; Titlebar button color (blue)
  1204. BorderColorHint = 255 255 255; Edge color (white)
  1205.  
  1206. ;----- glyphs ----
  1207. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1208. UniformSizing   = true  ; if you must stretch, do width & height equally
  1209. ImageFile1=default\MaximizeGlyph6.bmp
  1210. ImageFile2=default\MaximizeGlyph9.bmp
  1211. ImageFile3=default\MaximizeGlyph.bmp
  1212. ImageFile4=default\MaximizeGlyph19.bmp
  1213. ImageFile5=default\MaximizeGlyph23.bmp
  1214. MinDpi1=96
  1215. MinDpi2=126
  1216. MinDpi3=170
  1217.  
  1218.  
  1219. ;Restore button in window titlebar
  1220. [Window.RestoreButton]
  1221. BgType = ImageFile
  1222. SizingMargins = 5, 5, 5, 5
  1223. ContentMargins = 2, 2, 2, 2
  1224. sizingType = Stretch
  1225. ImageFile = default\CaptionButton.bmp
  1226. GlyphType   = ImageGlyph
  1227. GlyphTransparent = True
  1228. ImageCount = 8
  1229. ImageLayout=Vertical
  1230. OffsetType = TopRight
  1231. Offset = -49, 5
  1232. FillColorHint = 74 121 246; Titlebar button color (blue)
  1233. BorderColorHint = 255 255 255; Edge color (white)
  1234.  
  1235. ;----- glyphs ----
  1236. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1237. UniformSizing   = true  ; if you must stretch, do width & height equally
  1238. ImageFile1=default\RestoreGlyph6.bmp
  1239. ImageFile2=default\RestoreGlyph9.bmp
  1240. ImageFile3=default\RestoreGlyph.bmp
  1241. ImageFile4=default\RestoreGlyph19.bmp
  1242. ImageFile5=default\RestoreGlyph23.bmp
  1243. MinDpi1=96
  1244. MinDpi2=126
  1245. MinDpi3=170
  1246.  
  1247.  
  1248. ;Minimize button in window titlebar
  1249. [Window.MinButton]
  1250. BgType = ImageFile
  1251. SizingMargins = 5, 5, 5, 5
  1252. ContentMargins = 2, 2, 2, 2
  1253. sizingType = Stretch
  1254. ImageFile = default\CaptionButton.bmp
  1255. GlyphType   = ImageGlyph
  1256. GlyphTransparent = True
  1257. ImageCount = 8
  1258. ImageLayout=Vertical
  1259. OffsetType = TopRight
  1260. Offset = -73, 5
  1261. FillColorHint = 74 121 246; Titlebar button color (blue)
  1262. BorderColorHint = 255 255 255; Edge color (white)
  1263.  
  1264. ;----- glyphs ----
  1265. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1266. UniformSizing   = true  ; if you must stretch, do width & height equally
  1267. ImageFile1=default\MinimizeGlyph6.bmp
  1268. ImageFile2=default\MinimizeGlyph9.bmp
  1269. ImageFile3=default\MinimizeGlyph.bmp
  1270. ImageFile4=default\MinimizeGlyph19.bmp
  1271. ImageFile5=default\MinimizeGlyph23.bmp
  1272. MinDpi1=96
  1273. MinDpi2=126
  1274. MinDpi3=170
  1275.  
  1276. ;Help button in window titlebar--normally only appears on dialog windows
  1277. [Window.HelpButton]
  1278. BgType = ImageFile
  1279. SizingMargins = 5, 5, 5, 5
  1280. ContentMargins = 2, 2, 2, 2
  1281. sizingType = Stretch
  1282. ImageFile = default\CaptionButton.bmp
  1283. GlyphType   = ImageGlyph
  1284. GlyphTransparent = True
  1285. ImageCount = 8
  1286. ImageLayout=Vertical
  1287. OffsetType = TopRight
  1288. Offset = -73, 5
  1289. MirrorImage = true  ; don't remove this (must specify to be localizable)
  1290. FillColorHint = 74 121 246; Titlebar button color (blue)
  1291. BorderColorHint = 255 255 255; Edge color (white)
  1292.  
  1293. ;----- glyphs ----
  1294. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1295. UniformSizing   = true  ; if you must stretch, do width & height equally
  1296. ImageFile1=default\HelpGlyph6.bmp
  1297. ImageFile2=default\HelpGlyph9.bmp
  1298. ImageFile3=default\HelpGlyph.bmp
  1299. ImageFile4=default\HelpGlyph19.bmp
  1300. ImageFile5=default\HelpGlyph23.bmp
  1301. MinDpi1=96
  1302. MinDpi2=126
  1303. MinDpi3=170
  1304.  
  1305.  
  1306. ;The Titlebar icon, next to the window title
  1307. [Window.SysButton]
  1308. OffsetType = TopLeft
  1309. Offset = 10, 3
  1310.  
  1311. ;Close button for palette windows
  1312. [Window.SmallCloseButton]
  1313. BgType = ImageFile
  1314. SizingMargins = 5, 5, 5, 5
  1315. ContentMargins = 0, 0, 0, 0
  1316. sizingType = Stretch
  1317. ImageFile = default\SmallCloseButton.bmp
  1318. GlyphType   = ImageGlyph
  1319. GlyphImageFile = default\SmallCloseGlyph.bmp
  1320. GlyphTransparent = True
  1321. ImageCount = 8
  1322. ImageLayout = Vertical
  1323. OffsetType = TopRight
  1324. Offset = -16, 3
  1325. FillColorHint = 228 93 61; Close box average color (brick red)
  1326. BorderColorHint = 255 255 255; Edge color (white)
  1327.  
  1328. ;Close button for a maximized MDI window
  1329. [Window.MDICloseButton]
  1330. BgType = ImageFile
  1331. sizingType = stretch
  1332. ImageFile = default\MDICaptionButton.bmp
  1333. ImageCount=4
  1334. ImageLayout = Vertical
  1335. SizingMargins = 4, 4, 4, 4
  1336. ContentMargins = 0, 0, 0, 0
  1337. OffsetType = TopRight
  1338. Offset = -19, 1
  1339. GlyphType   = ImageGlyph
  1340. GlyphImageFile = default\MDIGlyphClose.bmp
  1341. GlyphTransparent= true
  1342. FillColorHint = 241 239 229; Average background color (beige)
  1343. BorderColorHint = 255 255 255; Edge color (white)
  1344.  
  1345. ;Restore button for a maximized MDI window
  1346. [Window.MDIRestoreButton]
  1347. BgType = ImageFile
  1348. sizingType = stretch
  1349. ImageFile = default\MDICaptionButton.bmp
  1350. ImageCount=4
  1351. ImageLayout = Vertical
  1352. SizingMargins = 4, 4, 4, 4
  1353. ContentMargins = 0, 0, 0, 0
  1354. OffsetType = TopRight
  1355. Offset = -37, 1
  1356. GlyphType   = ImageGlyph
  1357. GlyphImageFile = default\MDIGlyphRestore.bmp
  1358. GlyphTransparent= true
  1359. FillColorHint = 241 239 229; Average background color (beige)
  1360. BorderColorHint = 255 255 255; Edge color (white)
  1361.  
  1362.  
  1363. ;Minimize button for a maximized MDI window
  1364. [Window.MDIMinButton]
  1365. BgType = ImageFile
  1366. sizingType = stretch
  1367. ImageFile = default\MDICaptionButton.bmp
  1368. ImageCount=4
  1369. ImageLayout = Vertical
  1370. SizingMargins = 4, 4, 4, 4
  1371. ContentMargins = 0, 0, 0, 0
  1372. OffsetType = TopRight
  1373. Offset = -53, 1
  1374. GlyphType   = ImageGlyph
  1375. GlyphImageFile = default\MDIGlyphMinimize.bmp
  1376. GlyphTransparent= true
  1377. FillColorHint = 241 239 229; Average background color (beige)
  1378. BorderColorHint = 255 255 255; Edge color (white)
  1379.  
  1380. ;-------------- Start Panel -------------------
  1381. [StartPanel]
  1382. bgtype = none
  1383. DefaultPaneSize = 0, 0, 380, 440
  1384.  
  1385. [StartPanel.UserPane]
  1386. UserPicture         = True
  1387. ImageLayout         = Horizontal
  1388. TextColor           = 255 255 255
  1389. Font                = Franklin Gothic Medium, 20
  1390. DefaultPaneSize     = 0, 0, 380, 64
  1391. BgType              = Imagefile
  1392. Transparent         = True
  1393. ImageFile = default\StartUserPanel.bmp
  1394. Imagecount          = 1
  1395. SizingMargins       = 59, 60, 62, 0
  1396. sizingType          = Stretch
  1397. TEXTSHADOWOFFSET    = 2, 2
  1398. textshadowcolor     = 35 24 20
  1399. TextShadowType      = continuous
  1400. FillColorHint = 31 113 216; Average background (blue)
  1401.  
  1402.  
  1403. [StartPanel.UserPicture]
  1404. BgType = ImageFile
  1405. ImageFile = default\UserTileBackground.bmp
  1406. Imagecount = 1
  1407. SizingType = Stretch
  1408. SizingMargins = 6, 10, 6, 10
  1409. ContentMargins = 8, 6, 8, 6
  1410. Transparent = true
  1411. FillColorHint = 204 214 235; Average Background (light blue grey)
  1412.  
  1413.  
  1414. [StartPanel.ProgList]
  1415. DefaultPaneSize = 0, 0, 190, 306
  1416. ContentMargins  = 6 4 9 5
  1417. TextColor   = 255 255 255 
  1418. HotTracking = 48 112 208
  1419. CaptionText = 178 188 192
  1420. BgType  = ImageFile
  1421. SizingType  = Stretch
  1422. SizingMargins   = 2, 153, 3, 0
  1423. sizingType = Stretch
  1424. ImageFile = default\StartPanelMFUBackground.bmp
  1425. imagecount  = 1
  1426. FillColorHint = 204 214 235; Average Background (light blue grey)
  1427.  
  1428.  
  1429. [StartPanel.ProgListSeparator]
  1430. BgType = ImageFile
  1431. SizingType = TrueSize
  1432. ImageFile = default\StartProgramsSeparator.bmp
  1433.  
  1434. [StartPanel.MorePrograms]
  1435. DefaultPaneSize = 0, 0, 190, 30
  1436. TextColor           = 255 255 255
  1437. HotTracking         = 48 112 208
  1438. Font                = Tahoma, 12, Bold
  1439. BgType              = ImageFile
  1440. SizingType          = Stretch
  1441. SizingMargins       = 2, 2, 0, 1
  1442.  
  1443. ;  left and right contentmargins should match proglist
  1444. ContentMargins  = 8, 8, 0, 6
  1445. ImageFile = default\StartPanelMoreProgBackGround.BMP
  1446. imagecount  = 1
  1447.  
  1448. [StartPanel.MoreProgramsArrow]
  1449. BgType  = ImageFile
  1450. SizingType  = TrueSize
  1451. ImageFile = default\StartPanelMoreProgArrow.bmp
  1452. ImageCount  = 1
  1453. FillColorHint = 108 207 108; Average color (green)
  1454.  
  1455. [StartPanel.MoreProgramsArrow(hot)]
  1456. BgType  = ImageFile
  1457. SizingType  = TrueSize
  1458. ImageFile = default\StartPanelMoreProgArrowHot.bmp
  1459. ImageCount  = 1
  1460. FillColorHint = 107 239 107; Average color (bright green)
  1461.  
  1462.  
  1463. [StartPanel.PlacesList]
  1464. DefaultPaneSize = 0, 0, 190, 336
  1465. ContentMargins  = 4 6 9 5
  1466. TextColor           = 255 255 255
  1467. HotTracking         = 80 150 248
  1468. BgType              = imageFile
  1469. ImageFile = default\StartPanelPlacesBackground.bmp
  1470. imagecount = 1
  1471. SizingMargins = 172, 7, 3, 1
  1472. sizingType = Stretch
  1473. FillColorHint = 211 229 250; Background color (light blue)
  1474.  
  1475. [StartPanel.PlacesListSeparator]
  1476. BgType = ImageFile
  1477. SizingType = TrueSize
  1478. ImageFile = default\StartPlacesSeparator.bmp
  1479.  
  1480. [StartPanel.Logoff]
  1481. ContentMargins =  0, 0, 4, 2
  1482. DefaultPaneSize = 0, 0, 380, 40
  1483. TextColor   = 255 255 255
  1484. HotTracking = 255 255 255
  1485. bgType = imagefile
  1486. ImageFile = default\StartPanelLogoffBackground.bmp
  1487. imagecount = 1
  1488. sizingMargins = 49, 47, 0, 38
  1489. sizingType = Stretch
  1490. FillColorHint = 37 119 223; Background color (lblue)
  1491.  
  1492. ;; note that if you want transparent LogoffButtons they MUST be 32 bit
  1493. ;; images with an alphachanel, not 8 or 24 bit images with a TransparentColor
  1494. [StartPanel.LogoffButtons]
  1495. BgType  = ImageFile
  1496. Transparent = True
  1497. SizingType  = TrueSize
  1498. ImageFile = default\StartPanelLogoffButtons.bmp
  1499. ImageCount  = 1
  1500.  
  1501. [StartPanel.LogoffButtons(hot)]
  1502. BgType  = ImageFile
  1503. Transparent = True
  1504. SizingType  = TrueSize
  1505. ImageFile = default\StartPanelLogoffButtonsHot.bmp
  1506. ImageCount  = 1
  1507.  
  1508.  
  1509. ;-------------- Taskbar specific --------------
  1510. [Start::Button]
  1511. BgType  = ImageFile
  1512. SizingType  = Stretch
  1513. SizingMargins   = 6, 52, 13, 14
  1514. ContentMargins  = 10, 24, 2, 4
  1515. ImageFile = default\StartButton.bmp
  1516. ImageCount  = 3
  1517. ImageLayout = Vertical
  1518. Transparent = True
  1519. Font= Franklin Gothic Medium, 20, italic
  1520. TextColor   = 255 255 255
  1521. TEXTSHADOWOFFSET= 2, 2
  1522. textshadowcolor = 0 0 0
  1523. TextShadowType  = continuous
  1524. FillColorHint = 74 153 73; Average color (green)
  1525.  
  1526. [StartMenu::MenuBand]
  1527. TextColor   = 0 0 0
  1528.  
  1529. [StartMenu::MenuBand(Hot)]
  1530. TextColor   = 0 0 0
  1531.  
  1532. [StartMenu::MenuBand.NewAppButton]
  1533. BgType  = ImageFile
  1534. SizingType  = Stretch
  1535. SizingMargins   = 6, 1, 0, 0
  1536. ContentMargins  = 10, 0, 3, 0
  1537. ImageFile = default\StartGroupNewAppButton.bmp
  1538. ImageCount  = 1
  1539. Transparent    = True
  1540. TransparentColor= 255 0 0
  1541. FillcolorHint = 254 234 182; Background newly installed app color (light orange)
  1542.  
  1543. [StartMenu::MenuBand.Seperator]
  1544. BgType  = ImageFile
  1545. SizingType  = Stretch
  1546. SizingMargins   = 6, 1, 3, 0
  1547. ContentMargins  = 10, 0, 3, 0
  1548. ImageFile = default\StartGroupSeperator.bmp
  1549. ImageCount  = 1
  1550. Transparent    = True
  1551. TransparentColor= 255 0 0
  1552. FillColorHint = 211 211 200; Separator color (grey)
  1553.  
  1554. [StartMenu::Toolbar]
  1555. BgType  = ImageFile
  1556. ImageFile = default\StartGroupBackground.bmp
  1557. SizingType    = Stretch
  1558. SizingMargins    = 6, 5, 3, 4
  1559. ContentMargins    = 0, 0, 0, 0
  1560. Font= Tahoma, 12
  1561. TextColor   = 0 0 0
  1562. FillColorHint = 255 255 255; Background of More Programs menu (white)
  1563. AccentColorHint = 48 127 229; Left edge of More Programs menu (blue)
  1564.  
  1565.  
  1566. [StartMenu::Toolbar(Hot)]
  1567. TextColor   = 0 0 0
  1568. [StartMenu::Toolbar.Button]
  1569. BgType  = ImageFile
  1570. SizingType  = Stretch
  1571. SizingMargins   = 6, 1, 0, 0
  1572. ContentMargins  = 10, 0, 3, 0
  1573. ImageFile = default\StartGroupToolbarButton.bmp
  1574. ImageCount  = 3
  1575. ImageLayout    = vertical
  1576. Transparent    = True
  1577. TransparentColor= 255 0 0
  1578. FillColorHint = 22 101 203; Rollover of item on More Programs menu (blue)
  1579.  
  1580.  
  1581. [TaskBar::Toolbar]
  1582. BgType  = None
  1583. Font= Tahoma, 12
  1584. TextColor   = 255 255 255
  1585.  
  1586. [TaskBar::Toolbar.Button]
  1587. BgType  = ImageFile
  1588. SizingType  = Stretch
  1589. SizingMargins   = 8, 3, 18, 8
  1590. ContentMargins  = 0, 0, 4, 4
  1591. ImageFile = default\TaskBandButtonNoEdge.bmp
  1592. ImageCount  = 6
  1593. ImageLayout = vertical
  1594. Transparent = True
  1595. FillColorHint = 53 122 238; Average background color (blue)
  1596.  
  1597. [TaskBar::Toolbar.DropdownButton]
  1598. BgType  = ImageFile
  1599.  
  1600. SizingType  = Stretch
  1601. SizingMargins   = 8, 3, 18, 8
  1602. ContentMargins  = 2, 0, 4, 4
  1603. ImageFile = default\TaskBandButtonNoEdge.bmp
  1604. ImageCount  = 6
  1605. ImageLayout = vertical
  1606. Transparent = True
  1607. FillColorHint = 53 122 238; Average background color (blue)
  1608.  
  1609. [TaskBarVert::Toolbar]
  1610. BgType  = None
  1611. Font= Tahoma, 12
  1612. TextColor   = 255 255 255
  1613.  
  1614. [TaskBarVert::Toolbar.Button]
  1615. BgType  = ImageFile
  1616. SizingType  = Stretch
  1617. SizingMargins   = 15, 5, 6, 4
  1618. ContentMargins  = 1, 1, 1, 1
  1619. ImageFile = default\TaskBandButtonNoEdgeVertical.bmp
  1620. ImageCount  = 6
  1621. ImageLayout = vertical
  1622. Transparent = True
  1623. FillColorHint = 53 122 238; Average background color (blue)
  1624.  
  1625. [TaskBarVert::Toolbar.DropdownButton]
  1626. BgType  = ImageFile
  1627. SizingType  = Stretch
  1628. SizingMargins   = 15, 5, 6, 4
  1629. ContentMargins  = 1, 1, 1, 1
  1630. ImageFile = default\TaskBandButtonNoEdgeVertical.bmp
  1631. ImageCount  = 6
  1632. ImageLayout = vertical
  1633. Transparent = True
  1634. FillColorHint = 53 122 238; ; Average background color (blue)
  1635.  
  1636. [TaskBar::Rebar]
  1637. BgType  = None
  1638. Font= Tahoma, 12
  1639. TextColor   = 255 255 255
  1640.  
  1641. [TaskBar::Rebar.Band]
  1642. BgType  = None
  1643.  
  1644. [TaskBar::Rebar.Gripper]
  1645. BgType  = ImageFile
  1646. SizingType  = Tile
  1647. SizingMargins   = 0, 0, 6, 4
  1648. ContentMargins  = 2, 1, 0, 0
  1649. ImageFile = default\TaskbarGripper.bmp
  1650. ImageCount  = 1
  1651. Transparent = True
  1652. TransparentColor= 255 0 255
  1653. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1654.  
  1655. [TaskBar::Rebar.GripperVert]
  1656. BgType  = ImageFile
  1657. SizingType  = Tile
  1658. SizingMargins   = 4, 6, 0, 0
  1659. ContentMargins  = 0, 0, 2, 1
  1660. ImageFile = default\TaskbarGripperVertical.bmp
  1661. ImageCount  = 1
  1662. Transparent = True
  1663. TransparentColor= 255 0 255
  1664. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1665.  
  1666. [TaskBar::Rebar.Chevron]
  1667. BgType  = ImageFile
  1668. SizingType  = Stretch
  1669. SizingMargins   = 8, 3, 18, 8
  1670. ContentMargins  = 0, 0, 0, 10
  1671. ImageFile = default\TaskBandButtonNoEdge.bmp
  1672. ImageCount  = 6
  1673. ImageLayout = vertical
  1674. Transparent = True
  1675. GlyphType   = ImageGlyph
  1676. GlyphImageFile = default\TaskbarChevron.bmp
  1677. GlyphTransparent= true
  1678. VAlign = Top
  1679. FillColorHint = 6 45 159; Overflow glyph color (baby blue)
  1680.  
  1681. [TaskBar::Rebar.ChevronVert]
  1682. BgType  = ImageFile
  1683. SizingType  = Stretch
  1684. SizingMargins   = 15, 5, 6, 4
  1685. ContentMargins  = 0, 0, 0, 0
  1686. ImageFile = default\TaskBandButtonNoEdgeVertical.bmp
  1687. ImageCount  = 6
  1688. ImageLayout = vertical
  1689. Transparent = True
  1690. GlyphType   = ImageGlyph
  1691. GlyphImageFile = default\TaskbarChevronVert.bmp
  1692. GlyphTransparent= true
  1693. FillColorHint = 6 45 159; Overflow glyph color (baby blue)
  1694.  
  1695. [TaskBar.BackgroundBottom]
  1696. BgType  = ImageFile
  1697. SizingType  = Stretch
  1698. SizingMargins   = 0, 0, 15, 14
  1699. ImageFile = default\TaskbarBackground.bmp
  1700. ImageCount  = 1
  1701. FillColorHint = 36 94 220; Average background color (blue)
  1702.  
  1703. [TaskBar.SizingBarBottom]
  1704. BgType  = ImageFile
  1705. SizingType  = Tile
  1706. ImageFile = default\TaskbarSizingBarBottom.bmp
  1707. ImageCount  = 1
  1708. FillColorHint = 50 128 231; Average color (blue)
  1709.  
  1710. [TaskBar.BackgroundLeft]
  1711. BgType  = ImageFile
  1712. SizingType  = Stretch
  1713. SizingMargins   = 15, 12, 0, 0
  1714. ImageFile = default\TaskbarBackgroundVertical.bmp
  1715. ImageCount  = 1
  1716. FillColorHint = 36 94 220; Average background color (blue)
  1717.  
  1718. [TaskBar.SizingBarLeft]
  1719. BgType  = ImageFile
  1720. SizingType  = Tile
  1721. ImageFile = default\TaskbarSizingBarLeft.bmp
  1722. ImageCount  = 1
  1723. FillColorHint = 50 128 231; Average color (blue)
  1724.  
  1725. [TaskBar.BackgroundTop]
  1726. BgType  = ImageFile
  1727. SizingType  = Tile
  1728. SizingMargins   = 0, 0, 15, 14
  1729. ImageFile = default\TaskbarBackground.bmp
  1730. ImageCount  = 1
  1731. FillColorHint = 36 94 220; Average background color (blue)
  1732.  
  1733. [TaskBar.SizingBarTop]
  1734. BgType  = ImageFile
  1735. SizingType  = Tile
  1736. ImageFile = default\TaskbarSizingBarTop.bmp
  1737. ImageCount  = 1
  1738. FillColorHint = 50 128 231; Average color (blue)
  1739.  
  1740. [TaskBar.BackgroundRight]
  1741. BgType  = ImageFile
  1742. SizingType  = Tile
  1743. SizingMargins   = 15, 12, 0, 0
  1744. ImageFile = default\TaskbarBackgroundVertical.bmp
  1745. ImageCount  = 1
  1746. FillColorHint = 36 94 220; Average background color (blue)
  1747.  
  1748. [TaskBar.SizingBarRight]
  1749. BgType  = ImageFile
  1750. SizingType  = Stretch
  1751. ImageFile = default\TaskbarSizingBarRight.bmp
  1752. ImageCount  = 1
  1753. FillColorHint = 50 128 231; Average color (blue)
  1754.  
  1755. ;-------------- Taskband specific --------------
  1756. [TaskBand.FlashButton]
  1757. BgType  = ImageFile
  1758. SizingType  = Stretch
  1759. SizingMargins   = 4, 4, 4, 4
  1760. ContentMargins  = 0, 0, 4, 4
  1761. ImageFile = default\TaskBandFlashButton.bmp
  1762. ImageCount  = 1
  1763. ImageLayout = vertical
  1764. Transparent = True
  1765. FillColorHint = 56 130 234; Average background color (blue)
  1766. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1767.  
  1768. [TaskBand.FlashButtonGroupMenu]
  1769. BgType  = ImageFile
  1770. SizingType  = Stretch
  1771. SizingMargins   = 4, 4, 4, 4
  1772. ContentMargins  = 0, 0, 4, 4
  1773. ImageFile = default\TaskBandFlashButtonGroupMenu.bmp
  1774. ImageCount  = 1
  1775. Transparent = True
  1776. FillColorHint = 56 130 234; Average background color (blue)
  1777. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1778.  
  1779. [TaskBand.GroupCount]
  1780. Font= Tahoma, 12, Bold
  1781. TextColor   = 255 204 109
  1782.  
  1783. [TaskBand::Toolbar]
  1784. BgType  = None
  1785. Font= Tahoma, 12
  1786. TextColor   = 255 255 255
  1787.  
  1788. [TaskBand::Toolbar.Button]
  1789. BgType  = ImageFile
  1790. SizingType  = Stretch
  1791. SizingMargins   = 12, 13, 15, 8
  1792. ContentMargins  = 0, 4, 4, 4
  1793. ImageFile = default\TaskBandButton.bmp
  1794. ImageCount  = 6
  1795. ImageLayout = vertical
  1796. Transparent = True
  1797. FillColorHint = 54 127 239
  1798.  
  1799. [TaskBand::Toolbar.DropdownButton]
  1800. BgType  = ImageFile
  1801. SizingType  = Stretch
  1802. SizingMargins   = 17, 5, 15, 8
  1803. ContentMargins  = 0, 4, 4, 4
  1804. ImageFile = default\TaskBandButton.bmp
  1805. ImageCount  = 6
  1806. ImageLayout = vertical
  1807. Transparent = True
  1808. FillColorHint = 54 127 239; Average background color (blue)
  1809.  
  1810. [TaskBandVert::Toolbar]
  1811. BgType  = None
  1812. Font= Tahoma, 12
  1813. TextColor   = 255 255 255
  1814.  
  1815. [TaskBandVert::Toolbar.Button]
  1816. BgType  = ImageFile
  1817. SizingType  = Stretch
  1818. SizingMargins   = 16, 7, 12, 6
  1819. ContentMargins  = 0, 4, 4, 4
  1820. ImageFile = default\TaskBandButtonVertical.bmp
  1821. ImageCount  = 6
  1822. ImageLayout = vertical
  1823. Transparent = True
  1824. FillColorHint = 54 127 239; Average background color (blue)
  1825.  
  1826. [TaskBandVert::Toolbar.DropdownButton]
  1827. BgType  = ImageFile
  1828. SizingType  = Stretch
  1829. SizingMargins   = 16, 7, 12, 6
  1830. ContentMargins  = 0, 4, 4, 4
  1831. ImageFile = default\TaskBandButtonVertical.bmp
  1832. ImageCount  = 6
  1833. ImageLayout = vertical
  1834. Transparent = True
  1835. FillColorHint = 54 127 239; Average background color (blue)
  1836.  
  1837. [TaskBand::ScrollBar.ArrowBtn]
  1838. BgType  = ImageFile
  1839. SizingMargins = 5, 5, 5, 5
  1840. ContentMargins = 0, 0, 0, 0
  1841. SizingType = Stretch
  1842. ImageFile = default\TaskbandScrollArrows.bmp
  1843. ImageCount = 16
  1844. ImageLayout = Vertical
  1845. GlyphType   = ImageGlyph
  1846. GlyphImageFile = default\TaskBandScrollArrowGlyphs.bmp
  1847. GlyphTransparent = True
  1848. FillColorHint = 25 66 205; Average background color (dark blue)
  1849.  
  1850. [TaskBand::Scrollbar.ThumbBtnHorz]
  1851. BgType  = ImageFile
  1852. SizingMargins = 5, 5, 5, 5
  1853. ContentMargins = 4, 4, 0, 0
  1854. ImageFile = default\TaskBandScrollThumbHorizontal.bmp
  1855. ImageCount  = 4
  1856. ImageLayout = Vertical
  1857. FillColorHint = 25 66 205; Average background color (dark blue)
  1858.  
  1859. ;A visual element in the middle of the scrollbar thumb
  1860. [TaskBand::Scrollbar.GripperHorz]
  1861. BgType  = ImageFile
  1862. SizingType  = TrueSize
  1863. ImageFile = default\TaskBandScrollThumbGripperHorizontal.BMP
  1864. imagelayout = vertical
  1865. Transparent = True
  1866. ImageCount  = 4
  1867. FillColorHint = 44 96 226; Thumb gripper lighter color (blue)
  1868.  
  1869.  
  1870. ; Scrollbar Thumb (vertical)
  1871. [TaskBand::Scrollbar.ThumbBtnVert]
  1872. BgType  = ImageFile
  1873. SizingMargins = 5, 5, 5, 5
  1874. ContentMargins = 0, 0, 4, 4
  1875. ImageFile = default\TaskBandScrollThumbVertical.bmp
  1876. ImageCount  = 4
  1877. ImageLayout = vertical
  1878. FillColorHint = 25 66 205; Average background color (dark blue)
  1879.  
  1880. ;A visual element in the middle of the scrollbar thumb
  1881. [TaskBand::Scrollbar.GripperVert]
  1882. BgType  = ImageFile
  1883. SizingType  = TrueSize
  1884. ImageFile = default\TaskBandScrollThumbGripperVertical.BMP
  1885. ImageCount  = 4
  1886. Transparent = True
  1887. ImageLayout = Vertical
  1888. FillColorHint = 44 96 226; Thumb gripper lighter color (blue)
  1889.  
  1890.  
  1891. ; Scrollbar Tracks (horizontal)
  1892. [TaskBand::Scrollbar.LowerTrackHorz]
  1893. BgType  = imagefile
  1894. ImageFile = default\TaskBandScrollShaftHorizontal.bmp
  1895. SizingMargins = 0, 0, 1, 1
  1896. ImageCount = 4
  1897. ImageLayout = Vertical
  1898. FillColorHint = 37 90 225; Average background color (blue)
  1899.  
  1900.  
  1901. [TaskBand::Scrollbar.UpperTrackHorz]
  1902. BgType  = imagefile
  1903. ImageFile = default\TaskBandScrollShaftHorizontal.bmp
  1904. SizingMargins = 0, 0, 1, 1
  1905. ImageCount = 4
  1906. ImageLayout = Vertical
  1907. FillColorHint = 37 90 225; Average background color (blue)
  1908.  
  1909.  
  1910. ; Scrollbar Tracks (vertical)
  1911. [TaskBand::Scrollbar.LowerTrackVert]
  1912. BgType  = imagefile
  1913. ImageFile = default\TaskBandScrollShaftVertical.bmp
  1914. SizingMargins = 1, 1, 0, 0
  1915. ImageCount = 4
  1916. ImageLayout = Vertical
  1917. FillColorHint = 37 90 225; Average background color (blue)
  1918.  
  1919.  
  1920. [TaskBand::Scrollbar.UpperTrackVert]
  1921. BgType  = imagefile
  1922. ImageFile = default\TaskBandScrollShaftVertical.bmp
  1923. SizingMargins = 1, 1, 0, 0
  1924. ImageCount = 4
  1925. ImageLayout = Vertical
  1926. FillColorHint = 37 90 225; Average background color (blue)
  1927.  
  1928. ;-------------- Taskband Group Menu specific --------------
  1929. [TaskBandGroupMenu::Toolbar]
  1930. BgType  = ImageFile
  1931. ImageFile = default\TaskBandBackground.bmp
  1932. SizingType    = Tile
  1933. SizingMargins    = 3, 3, 3, 3
  1934. ContentMargins    = 9, 0, 0, 0
  1935. Font= Tahoma, 12
  1936. TextColor   = 255 255 255
  1937. FillColorHint = 33 87 213; Average background color (blue)
  1938. AccentColorHint = 255 199 60; Menu top hilite color (orange)
  1939.  
  1940.  
  1941. [TaskBandGroupMenu::Toolbar.Button]
  1942. BgType  = ImageFile
  1943. SizingType  = stretch
  1944. SizingMargins   = 3, 3, 0, 0
  1945. ContentMargins  = 9, 0, 3, 3
  1946. ImageFile = default\TaskBandHover.bmp
  1947. ImageCount  = 3
  1948. ImageLayout    = vertical
  1949. Transparent    = True
  1950. AccentColorHint = 79 150 255; Rollover hilite color (blue)
  1951.  
  1952. ;-------------- Tray Notify specific --------------
  1953. [TrayNotify::Toolbar]
  1954. BgType  = None
  1955.  
  1956. [TrayNotify::Toolbar.Button]
  1957. BgType  = None
  1958.  
  1959. [TrayNotifyHoriz::TrayNotify.Background]
  1960. BgType  = ImageFile
  1961. SizingType  = Stretch
  1962. SizingMargins   = 34, 10, 15, 12
  1963. ContentMargins  = 19, 7, 0, 0
  1964. ImageFile = default\TaskbarTray.bmp
  1965. ImageCount  = 1
  1966. Transparent = True
  1967. TransparentColor= 255 0 0
  1968. FillColorHint = 13 141 234; Average background color (blue)
  1969.  
  1970. [TrayNotifyHoriz::Button]
  1971. BgType  = ImageFile
  1972. SizingType  = TrueSize
  1973. ImageFile = default\TrayChevronHorizontal.bmp
  1974. ImageCount  = 3
  1975. Imagelayout = vertical
  1976. Transparent = True
  1977. TransparentColor= 255 0 0
  1978. FillColorHint = 56 173 243; Average background color (blue)
  1979.  
  1980. [TrayNotifyHorizOpen::Button]
  1981. BgType  = ImageFile
  1982. SizingType  = TrueSize
  1983. ImageFile = default\TrayChevronHorizontalOpen.bmp
  1984. ImageCount  = 3
  1985. Imagelayout = vertical
  1986. Transparent = True
  1987. TransparentColor= 255 0 0
  1988. FillColorHint = 56 173 243; Average background color (blue)
  1989.  
  1990. [TrayNotifyVert::TrayNotify.Background]
  1991. BgType  = ImageFile
  1992. SizingType  = Stretch
  1993. SizingMargins   = 15, 12, 34, 10
  1994. ContentMargins  = 0, 0, 19, 7
  1995. ImageFile = default\TaskbarTrayVertical.bmp
  1996. ImageCount  = 1
  1997. Transparent = True
  1998. TransparentColor= 255 0 0
  1999. FillColorHint = 13 141 234; Average background color (blue)
  2000.  
  2001. [TrayNotifyVert::Button]
  2002. BgType  = ImageFile
  2003. SizingType  = TrueSize
  2004. Transparent = True
  2005. ImageFile = default\TrayChevronHorizontal.bmp
  2006. ImageCount  = 3
  2007. Imagelayout = vertical
  2008. Transparent = True
  2009. TransparentColor= 255 0 0
  2010. FillColorHint = 56 173 243; Average background color (blue)
  2011.  
  2012.  
  2013. [TrayNotifyVertOpen::Button]
  2014. BgType  = ImageFile
  2015. SizingType  = TrueSize
  2016. Transparent = True
  2017. ImageFile = default\TrayChevronHorizontalOpen.bmp
  2018. ImageCount  = 3
  2019. Imagelayout = vertical
  2020. Transparent = True
  2021. TransparentColor= 255 0 0
  2022. FillColorHint = 56 173 243; Average background color (blue)
  2023.  
  2024.  
  2025. [TrayNotify::Clock]
  2026. Font= Tahoma, 12
  2027. TextColor   = 255 255 255
  2028.  
  2029. ;-------------- Application-specific ------------------------
  2030.  
  2031.  
  2032. ;----------- places bar --------------------------------
  2033. ;The places toolbar in the fileopen/save dialog.
  2034. [Placesbar::Toolbar]
  2035. SizingMargins = 4, 4, 4, 4
  2036. ContentMargins = 0, 0, 0, 0
  2037. ImageFile = default\PlaceBarBackground.bmp
  2038. bgtype = imagefile
  2039. imageCount = 1
  2040. sizingType = tile
  2041. FillColorHint = 249 248 243; Background color (light beige)
  2042.  
  2043. [Placesbar::Toolbar.Button]
  2044. SizingMargins = 4, 4, 4, 4
  2045. ContentMargins = 0, 0, 4, 2
  2046. ImageFile = default\PlaceBarButtons.bmp
  2047. bgtype = imagefile
  2048. imagelayout = vertical
  2049. imageCount = 6
  2050. sizingType = stretch
  2051. transparent = true
  2052. FillColorHint = 255 255 255; Selected color (white)
  2053. BorderColorHint = 122 152 175; Outline color (blue grey)
  2054.  
  2055. ;----------- Explorer (IE) bar --------------------------------
  2056. [ExplorerBar]
  2057. BgType  = BorderFill
  2058. FillType= VertGradient
  2059. GradientRatio1  = 0
  2060. GradientColor1  = 180 180 180
  2061. GradientRatio2  = 255
  2062. GradientColor2  = 150 150 150
  2063. BorderSize  = 0
  2064. ContentMargins  = 12, 12, 12, 12
  2065.  
  2066. [ExplorerBar.HeaderBackground]; Not used in IE 6
  2067. BgType  = ImageFile
  2068. SizingType  = Stretch
  2069. ImageFile = default\ExplorerBarHeaderBackground.bmp
  2070. SizingMargins   = 202, 1, 0, 0
  2071. Font= Tahoma, 12, Bold
  2072. TextColor   = 255 255 255
  2073. ContentMargins  = 8, 8, 7, 7
  2074. FillColorHint = 150 150 150
  2075.  
  2076. [ExplorerBar.HeaderClose]; Not used in IE 6
  2077. BgType  = ImageFile
  2078. SizingType  = TrueSize
  2079. ImageLayout = Vertical
  2080. ImageFile = default\ExplorerBarHeaderClose.bmp
  2081. ImageCount  = 3
  2082. Transparent = true
  2083. OffsetType  = TopRight
  2084. Offset  = -4, 4
  2085. FillColorHint = 180 180 180
  2086. AccentColorHint = 255 121 95; Close box rollover (brick red)
  2087.  
  2088. [ExplorerBar.HeaderPin]; Not used in IE 6
  2089. BgType  = ImageFile
  2090. SizingType  = TrueSize
  2091. ImageLayout = Vertical
  2092. ImageFile = default\ExplorerBarHeaderPin.bmp
  2093. ImageCount  = 6
  2094. Transparent = true
  2095. OffsetType  = TopRight
  2096. Offset  = -6, 4
  2097. FillColorHint = 212 212 212; Average pin color (blue grey)
  2098.  
  2099. [ExplorerBar.IEBarMenu]; Not used in IE 6
  2100. BgType  = ImageFile
  2101. SizingType  = TrueSize
  2102. ImageLayout = Vertical
  2103. ImageFile = default\IE_PersonalBarMenu.bmp
  2104. ImageCount  = 3
  2105. Transparent = true
  2106. OffsetType  = TopRight
  2107. Offset  = -3, 1
  2108. FillColorHint = 242 242 242; Average button background color (light grey blue)
  2109. BorderColorHint = 194 194 194; Border of button (blue grey)
  2110.  
  2111. [ExplorerBar.NormalGroupBackground]
  2112. BgType  = ImageFile
  2113. FillColor = 227 227 227
  2114. BorderColor = 255 255 255
  2115. SizingType  = Stretch
  2116. ImageFile = default\NormalGroupBackground.bmp
  2117. SizingMargins   = 3, 3, 3, 3
  2118. Font= Tahoma, 12
  2119. TextColor   = 107 107 107
  2120. ContentMargins  = 8, 8, 7, 7
  2121.  
  2122. [ExplorerBar.NormalGroupCollapse]
  2123. BgType  = ImageFile
  2124. SizingType  = TrueSize
  2125. ImageLayout = Vertical
  2126. ImageFile = default\NormalGroupCollapse.bmp
  2127. ImageCount  = 3
  2128. Transparent = true
  2129. OffsetType  = TopRight
  2130. Offset  = -3, 1
  2131. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2132. BorderColorHint = 165 187 228; Border of button (blue grey)
  2133.  
  2134. [ExplorerBar.NormalGroupExpand]
  2135. BgType  = ImageFile
  2136. SizingType  = TrueSize
  2137. ImageLayout = Vertical
  2138. ImageFile = default\NormalGroupExpand.bmp
  2139. ImageCount  = 3
  2140. Transparent = true
  2141. OffsetType  = TopRight
  2142. Offset  = -3, 1
  2143. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2144. BorderColorHint = 165 187 228; Border of button (blue grey)
  2145.  
  2146. [ExplorerBar.NormalGroupHead]
  2147. BgType  = ImageFile
  2148. SizingType  = Stretch
  2149. ImageFile = default\NormalGroupHead.bmp
  2150. SizingMargins   = 3, 106, 3, 1
  2151. Transparent = true
  2152. Font= Tahoma, 12, Bold
  2153. TextColor   = 107 107 107
  2154. ContentMargins  = 8, 8, 7, 7
  2155. FillColorHint = 240 243 251; Lighter side of gradient (very light blue)
  2156.  
  2157. [ExplorerBar.SpecialGroupBackground]
  2158. BgType  = ImageFile
  2159. SizingType  = Stretch
  2160. ImageFile = default\SpecialGroupBackground.bmp
  2161. SizingMargins   = 3, 3, 3, 3
  2162. Font= Tahoma, 12
  2163. TextColor   = 107 107 107
  2164. ContentMargins  = 8, 8, 7, 7
  2165. FillColorHint = 239 243 255; Background color (very light blue)
  2166.  
  2167. [ExplorerBar.SpecialGroupCollapse]
  2168. BgType  = ImageFile
  2169. SizingType  = TrueSize
  2170. ImageLayout = Vertical
  2171. ImageFile = default\SpecialGroupCollapse.bmp
  2172. ImageCount  = 3
  2173. Transparent = true
  2174. OffsetType  = TopRight
  2175. Offset  = -3, 1
  2176. FillColorHint = 36 89 195; Average background color (dark blue)
  2177. BorderColorHint = 70 114 205; Edge color (dark blue)
  2178.  
  2179.  
  2180. [ExplorerBar.SpecialGroupExpand]
  2181. BgType  = ImageFile
  2182. SizingType  = TrueSize
  2183. ImageLayout = Vertical
  2184. ImageFile = default\SpecialGroupExpand.bmp
  2185. ImageCount  = 3
  2186. Transparent = true
  2187. OffsetType  = TopRight
  2188. Offset  = -3, 1
  2189. FillColorHint = 36 89 195; Average background color (dark blue)
  2190. BorderColorHint = 70 114 205; Edge color (dark blue)
  2191.  
  2192.  
  2193. [ExplorerBar.SpecialGroupHead]
  2194. BgType  = ImageFile
  2195. SizingType  = Stretch
  2196. ImageFile = default\SpecialGroupHead.bmp
  2197. SizingMargins   = 3, 106, 3, 1
  2198. Transparent = true
  2199. Font= Tahoma, 12, Bold
  2200. TextColor   = 255 255 255
  2201. FillColor = 2 72 178
  2202. ContentMargins  = 8, 8, 7, 7
  2203.  
  2204. [ExplorerBar::Rebar]; Not used in IE6
  2205. bgtype  = imagefile
  2206. sizingtype  = stretch
  2207. ImageFile = default\ExplorerBarToolbarBackground.bmp
  2208. sizingmargins   = 0, 0, 0, 4
  2209. Font= Tahoma, 12
  2210. TextColor   = 107 107 107
  2211. FillColorHint = 243 247 253; (very light blue)
  2212.  
  2213. [ExplorerBar::Rebar.Band]; Not used in IE6
  2214. bgtype  = none
  2215. ContentMargins    = 2, 0, 0, 0
  2216.  
  2217. [ExplorerBar::Rebar.Gripper]; Not used in IE6
  2218. bgtype = imagefile
  2219. SizingMargins   = 0, 0, 6, 4
  2220. ContentMargins  = 3, 0, 0, 0
  2221. ImageFile = default\Gripper.bmp
  2222. sizingType  = Tile
  2223. Transparent = true
  2224. TransparentColor= 255 0 0
  2225. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  2226.  
  2227. [ExplorerBar::Rebar.GripperVert]; Not used in IE6
  2228. bgtype  = imagefile
  2229. SizingMargins   = 9, 8, 0, 0
  2230. ImageFile = default\GripperVert.bmp
  2231. sizingType  = Tile
  2232. Transparent = true
  2233. TransparentColor= 255 0 0
  2234. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  2235.  
  2236. [ExplorerBar::Rebar.Chevron]; Not used in IE6
  2237. SizingMargins   = 4, 4, 4, 4
  2238. ContentMargins  = 0, 0, 0, 0
  2239. ImageFile = default\ExplorerBarToolbarButtons.bmp
  2240. bgtype  = imagefile
  2241. imagelayout = vertical
  2242. imageCount  = 6
  2243. sizingType  = Stretch
  2244. Transparent = true
  2245. GlyphType   = ImageGlyph
  2246. GlyphImageFile = default\Chevron.bmp
  2247. GlyphTransparent= true
  2248. VAlign  = Top
  2249. FillColorHint = 0 0 0; Glyph color (black)
  2250.  
  2251. [ExplorerBar::Rebar.ChevronVert]; Not used in IE6
  2252. SizingMargins   = 4, 4, 4, 4
  2253. ContentMargins  = 0, 0, 0, 0
  2254. ImageFile = default\ExplorerBarToolbarButtons.bmp
  2255. bgtype  = imagefile
  2256. imagelayout = vertical
  2257. imageCount  = 6
  2258. sizingType  = Stretch
  2259. Transparent = true
  2260. GlyphType   = ImageGlyph
  2261. GlyphImageFile = default\Chevron.bmp
  2262. GlyphTransparent= true
  2263. VAlign  = Top
  2264. FillColorHint = 0 0 0; Glyph color (black)
  2265.  
  2266. [ExplorerBar::Toolbar.Button]; Not used in IE6
  2267. SizingMargins   = 4, 4, 4, 4
  2268. ContentMargins  = 0, 0, 0, 0
  2269. ImageFile = default\ExplorerBarToolbarButtons.bmp
  2270. bgtype  = imagefile
  2271. imagelayout = vertical
  2272. imageCount  = 6
  2273. sizingType  = Stretch
  2274. Transparent = true
  2275. TransparentColor= 255 0 255
  2276. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2277. BorderColorHint = 168 191 234; Edge color (grey blue)
  2278.  
  2279. [ExplorerBar::Toolbar.DropdownButton]; Not used in IE6
  2280. SizingMargins   = 4, 4, 4, 4
  2281. ContentMargins  = 0, 0, 0, 0
  2282. ImageFile = default\ExplorerBarToolbarButtons.bmp
  2283. bgtype  = imagefile
  2284. imagelayout = vertical
  2285. imageCount  = 6
  2286. sizingType  = Stretch
  2287. Transparent = true
  2288. TransparentColor= 255 0 255
  2289. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2290. BorderColorHint = 168 191 234; Edge color (grey blue)
  2291.  
  2292. [ExplorerBar::Toolbar.SplitButton]; Not used in IE6
  2293. SizingMargins   = 4, 2, 4, 4
  2294. ImageFile = default\ExplorerBarToolbarButtonsSplit.bmp
  2295. bgtype  = imagefile
  2296. imagelayout = vertical
  2297. imageCount  = 6
  2298. sizingType  = Stretch
  2299. Transparent = true
  2300. TransparentColor= 255 0 255
  2301. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2302. BorderColorHint = 168 191 234; Edge color (grey blue)
  2303.  
  2304. [ExplorerBar::Toolbar.SplitButtonDropdown]; Not used in IE6
  2305. SizingMargins   = 2, 4, 4, 4
  2306. ImageFile = default\ExplorerBarToolbarButtonsSplitDropdown.bmp
  2307. bgtype  = imagefile
  2308. imagelayout = vertical
  2309. imageCount  = 6
  2310. sizingType  = Stretch
  2311. Transparent = true
  2312. TransparentColor= 255 0 255
  2313. GlyphType   = ImageGlyph
  2314. GlyphImageFile = default\ToolbarButtonsSplitDropdownGlyph.bmp
  2315. GlyphTransparent= true
  2316. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2317. BorderColorHint = 168 191 234; Edge color (grey blue)
  2318.  
  2319. [ExplorerBar::Toolbar.Separator]; Not used in IE6
  2320. SizingMargins   = 5, 2, 2, 1
  2321. ImageFile = default\Separator.bmp
  2322. bgtype  = imagefile
  2323. imageCount  = 1
  2324. sizingType  = tile
  2325. Transparent = true
  2326. TransparentColor= 255 0 0
  2327. FillColorHint = 202 198 175; Separator line color (dark beige)
  2328.  
  2329. [ExplorerBar::Toolbar.SeparatorVert]; Not used in IE6
  2330. SizingMargins   = 2, 1, 5, 1
  2331. ImageFile = default\SeparatorVert.bmp
  2332. bgtype  = imagefile
  2333. imageCount  = 1
  2334. sizingType  = tile
  2335. Transparent = true
  2336. TransparentColor= 255 0 0
  2337. FillColorHint = 202 198 175; Separator line color (dark beige)